Click or drag to resize

ResourceUpload Method

Overload List
  NameDescription
Public methodUpload(String, Stream)
Uploads a data from stream a resource with the specified URI.
Public methodUpload(String, String)
Uploads a local file to a resource with the specified URI.
Public methodUpload(String, Stream, ContentRange)
Uploads a data from stream a resource with the specified URI.
Public methodUpload(String, Stream, Int32)
Uploads a data from stream a resource with the specified URI.
Public methodUpload(String, String, ContentRange)
Uploads a local file to a resource with the specified URI.
Public methodUpload(String, String, Int32)
Uploads a local file to a resource with the specified URI.
Public methodUpload(String, Stream, Int32, ContentRange)
Uploads a data from stream a resource with the specified URI.
Public methodUpload(String, String, Int32, ContentRange)
Uploads a local file to a resource with the specified URI.
Top
See Also